home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 12 / BBS in a box XII-2.iso / Files II / Prog / B-C / C++ FAQ Reference 1.0.sit / C++ FAQ Reference 1.0.rsrc / STR#_145.txt < prev    next >
Encoding:
Text File  |  1993-06-30  |  354 b   |  15 lines

  1. How can I insert/access/change elements from a linked list/hashtable/etc?
  2.  
  3. What's the idea behind 'templates'?
  4.  
  5. What's the syntax / semantics for a 'function template'?
  6.  
  7. What's the syntax / semantics for a 'class template'?
  8.  
  9. What is a 'parameterized type'?
  10.  
  11. What is 'genericity'?
  12.  
  13. How can I fake templates if I don't have a compiler that supports them?
  14.  
  15.